home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / FromTheMag / JW FLV MEDIA PLAYER 4.2 / mediaplayer.exe / player.swf / scripts / player_fla / muteButton_33.as < prev    next >
Text File  |  2008-11-04  |  271b  |  17 lines

  1. package player_fla
  2. {
  3.    import flash.display.MovieClip;
  4.    
  5.    public dynamic class muteButton_33 extends MovieClip
  6.    {
  7.        
  8.       
  9.       public var icon:MovieClip;
  10.       
  11.       public function muteButton_33()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.